Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of the new suggested unharmonised API #99

Merged
merged 7 commits into from
Mar 9, 2023

Conversation

multimeric
Copy link
Collaborator

@multimeric multimeric commented Mar 8, 2023

Refer to #97 for context. Pending decisions on the API discussed there.

Example usage:

> harmonised <- get_metadata() |> dplyr::filter(tissue == "kidney blood vessel")
> unharmonised <- get_unharmonised_metadata(harmonised)
> unharmonised
# A tibble: 4 × 2
  file_id                              unharmonised   
  <chr>                                <list>         
1 63523aa3-0d04-4fc6-ac59-5cadd3e73a14 <tbl_dck_[,17]>
2 8fee7b82-178b-4c04-bf23-04689415690d <tbl_dck_[,12]>
3 dc9d8cdd-29ee-4c44-830c-6559cb3d0af6 <tbl_dck_[,14]>
4 f7e94dbb-8638-4616-aaf9-16e2212c369f <tbl_dck_[,14]>

@multimeric multimeric changed the title WIP implementation of the original suggested API WIP implementation of the new suggested unharmonised API Mar 8, 2023
@multimeric multimeric changed the title WIP implementation of the new suggested unharmonised API Implementation of the new suggested unharmonised API Mar 9, 2023
@multimeric multimeric marked this pull request as ready for review March 9, 2023 06:30
@stemangiola stemangiola merged commit a58b669 into master Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants